home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / i_ching_v1.0 / card_2225.txt < prev    next >
Text File  |  1990-10-02  |  2KB  |  74 lines

  1. -- card: 2225 from stack: in.0
  2. -- bmap block id: 11226
  3. -- flags: 0000
  4. -- background id: 2604
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=450 top=294 right=326 bottom=490
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1016 / 1016
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to card id 3676
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=97 top=280 right=297 bottom=159
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Trigram Info
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe left
  44.   go to card id 5297
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 7 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=60 top=303 right=324 bottom=114
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Not Here!
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   answer "Not this asterisk, but the asterisk above!" with "Not OK" or "OK"
  64.   if it is "Not OK" then
  65.     answer "You must me a IBM user!" with "Yep!" or "No Way!"
  66.     if it is "No Way!" then
  67.       answer "Good for you!"
  68.     else
  69.       answer "Grrrrr..."
  70.     end if
  71.   end if
  72. end mouseUp
  73.  
  74.